Fluent Assertions Documentation
FluentAssertions.Collections Namespace / StringCollectionAssertions<TCollection,TAssertions> Class / Equal Method
In This Topic
    Equal Method (StringCollectionAssertions<TCollection,TAssertions>)
    In This Topic
    Expects the current collection to contain all the same elements in the same order as the collection identified by expected. Elements are compared using their System.Object.Equals(System.Object). To ignore the element order, use BeEquivalentTo(String[]) instead.
    Overload List
    OverloadDescription
    Expects the current collection to contain all the same elements in the same order as the collection identified by expected. Elements are compared using their System.Object.Equals(System.Object). To ignore the element order, use BeEquivalentTo(String[]) instead.  
    Expects the current collection to contain all the same elements in the same order as the collection identified by expected. Elements are compared using their System.Object.Equals(System.Object). To ignore the element order, use BeEquivalentTo(IEnumerable<String>,String,Object[]) instead.  
    (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,string,TAssertions>)
    (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,string,TAssertions>)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also